net/http.http2outflow.n (field)

9 uses

	net/http (current package)
		h2_bundle.go#L1380: 	n int32
		h2_bundle.go#L1391: 	n := f.n
		h2_bundle.go#L1392: 	if f.conn != nil && f.conn.n < n {
		h2_bundle.go#L1393: 		n = f.conn.n
		h2_bundle.go#L1402: 	f.n -= n
		h2_bundle.go#L1404: 		f.conn.n -= n
		h2_bundle.go#L1411: 	sum := f.n + n
		h2_bundle.go#L1412: 	if (sum > n) == (f.n > 0) {
		h2_bundle.go#L1413: 		f.n = sum